Significant figures

The significant figures (also called significant digits) of a number are those digits that carry meaning contributing to its precision. This includes all digits except:

The concept of significant digits is often used in connection with rounding. Rounding to n significant digits is a more general-purpose technique than rounding to n decimal places, since it handles numbers of different scales in a uniform way. For example, the population of a city might only be known to the nearest thousand and be stated as 52,000, while the population of a country might only be known to the nearest million and be stated as 52,000,000. The former might be in error by hundreds, and the latter might be in error by hundreds of thousands, but both have two significant digits (5 and 2). This reflects the fact that the significance of the error (its likely size relative to the size of the quantity being measured) is the same in both cases.

Computer representations of floating point numbers typically use a form of rounding to significant digits, but with binary numbers.

The term "significant digits" can also refer to a crude form of error representation based around significant-digit rounding; for this use, see significance arithmetic.

Contents

Identifying significant digits

The rules for identifying significant digits when writing or interpreting numbers are as follows:

  • A bar may be placed over the last significant digit; any trailing zeros following this are insignificant. For example, 13 \bar{0} 0 has three significant digits (and hence indicates that the number is accurate to the nearest ten).
  • The last significant digit of a number may be underlined; for example, "2000" has one significant digit.
  • A decimal point may be placed after the number; for example "100." indicates specifically that three significant digits are meant.[1]

However, these conventions are not universally used, and it is often necessary to determine from context whether such trailing zeros are intended to be significant. If all else fails, the level of rounding can be specified explicitly. The abbreviation s.f. is sometimes used, for example "20 000 to 2 s.f." or "20 000 (2 sf)". Alternatively, the uncertainty can be stated separately and explicitly, as in 20 000 ± 1%, so that significant-figures rules do not apply.

Scientific notation

Generally, the same rules apply to numbers expressed in scientific notation. However, in the normalized form of that notation, placeholder leading and trailing digits do not occur, so all digits are significant. For example, 0.00012 (two significant digits) becomes 1.2×10−4, and 0.00122300 (six significant digits) becomes 1.22300×10−3. In particular, the potential ambiguity about the significance of trailing zeros is eliminated. For example, 1300 to four significant digits is written as 1.300×103, while 1300 to two significant digits is written as 1.3×103.

Rounding

To round to n significant digits:

Arithmetic

For multiplication and division, the result should have as many significant digits as the measured number with the smallest number of significant digits.

For addition and subtraction, the result should have as many decimal places as the measured number with the smallest number of decimal places.

In a logarithm, the numbers to the right of the decimal point is called the mantissa and the number of significant figures must be the same as the number of digits in the mantissa. When taking antilogarithms, the resulting number should have as many significant figures as the mantissa in the logarithm.

When performing a calculation, do not follow these guidelines for intermediate results; keep as many digits as is practical to avoid rounding errors.[2]

See also

References

  1. ^ Myers, R. Thomas; Oldham, Keith B.; Tocci, Salvatore. "2" (Textbook). Chemistry. Austin, Texas: Holt Rinehart Winston. p. 59. ISBN 0-03-052002-9. 
  2. ^ http://www.ligo.caltech.edu/~vsanni/ph3/SignificantFiguresAndMeasurements/SignificantFiguresAndMeasurements.pdf

Further reading

External links